projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3bbeb4
)
stylepropertyimpl: Remove double assignment
author
Timm Bäder
<mail@baedert.org>
Thu, 14 Jul 2016 19:09:25 +0000
(21:09 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sat, 20 Aug 2016 07:54:44 +0000
(09:54 +0200)
gtk/gtkcssstylepropertyimpl.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssstylepropertyimpl.c
b/gtk/gtkcssstylepropertyimpl.c
index 3fd98d7577f171c0334f9dc5b7aacf39b8ffa3e5..9fd506a0ca1cc2ff5fb1d9a15649202f1065a0a7 100644
(file)
--- a/
gtk/gtkcssstylepropertyimpl.c
+++ b/
gtk/gtkcssstylepropertyimpl.c
@@
-263,7
+263,7
@@
static GtkCssValue *
font_family_assign (GtkCssStyleProperty *property,
const GValue *value)
{
- const char **names
= g_value_get_boxed (value)
;
+ const char **names;
GtkCssValue *result;
GPtrArray *array;